Version

SingleCellBaseCollection<T> Class

A Collection that will only ever contain a single Infragistics.Controls.Grids.CellBase.
Syntax
'Declaration
 
Public Class SingleCellBaseCollection(Of T) 
   Inherits CellBaseCollection
   Implements Infragistics.ICollectionBase, Infragistics.ICollectionBase(Of CellBase) 
public class SingleCellBaseCollection<T> : CellBaseCollection, Infragistics.ICollectionBase, Infragistics.ICollectionBase<CellBase>  
Type Parameters
T
Remarks
This collection is used on Infragistics.Controls.Grids.Row objects such as the PagerRow and ChildBand
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also